<html>

<head>
<meta http-equiv="Content-Type"
content="text/html">
<title>Web Publishing Wizard Results</title>
</head>

<body bgcolor="#FFFFFF">

<p align="left"><font color="#FF0000" size="6">Sample Employee Listing</font></p>

<table border="0" width="100%">
    <tr>
        <td align="center" width="20%">Employee ID</td>
        <td align="center" width="20%">Last Name</td>
        <td align="center" width="20%">First Name</td>
        <td align="center" width="20%">Title</td>
        <td align="center" width="20%">City</td>
    </tr>
</table>

<%begindetail%>

<table border="1" width="100%">
<%endif%>
    <tr>
        <td width="20%"><%insert_data_here%></td>
        <td width="20%"><%insert_data_here%></td>
        <td width="20%"><%insert_data_here%></td>
        <td width="20%"><%insert_data_here%></td>
        <td width="20%"><%insert_data_here%></td>
    </tr>
<%enddetail%>
</table>
</body>
</html> 
